home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / data_properties.as < prev    next >
Encoding:
Text File  |  2008-05-21  |  4.8 KB  |  61 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class data_properties extends ResourceBundle
  6.    {
  7.       public function data_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["receivedDataErrorMessage"] = "DataErrorMessage received in commit fault handler";
  17.          _loc1_["cannotModifyManagedCollection"] = "Attempt to modify the collection\'s value for a managed collection.  property={0} on item={1}";
  18.          _loc1_["missingDestinationProperty"] = "Object instance needs an mx_internal::destination property to support managed associations: {0}";
  19.          _loc1_["noDestinationInAssociation"] = "Associations must reference another destination";
  20.          _loc1_["nullItemForDoAddItemAt"] = "Null values are not permitted.";
  21.          _loc1_["invalidReleaseCollection"] = "Collection specified in releaseCollection() is not managed by service \'{0}\'.";
  22.          _loc1_["nullIdentity"] = "Unexpected null identity passed";
  23.          _loc1_["dataServiceNotInitialized"] = "DataService is uninitialized. Please first set a destination.";
  24.          _loc1_["noBatchWithId"] = "Unable to find the committed message batch with id {0} in the commit result handler.";
  25.          _loc1_["pendingRequestedItem"] = "Item requested item is not available. A request for the item is now pending.";
  26.          _loc1_["noPropertyInAssociation"] = "Associations must specify a property.";
  27.          _loc1_["identityNotUnique"] = "Identities for an object must be unique - {0}";
  28.          _loc1_["indexOutOfBounds"] = "Index \'{0}\' specified is out of bounds";
  29.          _loc1_["unresolvedConflictsExist"] = "There are unresolved conflicts";
  30.          _loc1_["managedItemUnavailable"] = "Managed items no longer available on the server for destination: {0}";
  31.          _loc1_["defaultValueNotIManaged"] = "Default must support IManaged or be anonymous.  See [Managed] for more information.";
  32.          _loc1_["itemNotArrayCollection"] = "Property \'{0}\' on item with id \'{1}\' must be of type ArrayCollection.";
  33.          _loc1_["invalidTypeInStream"] = "SerializationProxy found an invalid type in the stream: {0}";
  34.          _loc1_["nullInputForDeleteItem"] = "null passed to deleteItem()";
  35.          _loc1_["resolveReferenceNotSingleAssociation"] = "resolveReference only used for single valued associations: {0}";
  36.          _loc1_["noRelationshipInAssociation"] = "Associations must specify one of the following relationships: one-to-one, one-to-many, many-to-one, or many-to-many";
  37.          _loc1_["noIdentityInAddReferenceAt"] = "no identity in addReferenceAt for: {0}";
  38.          _loc1_["integerOutOfRange"] = "Integer out of range: {0}";
  39.          _loc1_["itemNotIManaged"] = "Items must support IManaged. See [Managed] for more information: object: {0}";
  40.          _loc1_["nullItemForSetItemAt"] = "null values are not allowed.";
  41.          _loc1_["nullViewInputForFill"] = "Collection argument must have a non null value.";
  42.          _loc1_["collectionNotManaged"] = "ERROR getPageInformation(): Collection specified is not managed.";
  43.          _loc1_["requestedItemNull"] = "Item requested at index {1} was null and should not have been. Error for service \'{0}\'";
  44.          _loc1_["invalidReleaseItem"] = "Item specified in releaseItem() for destination \'{0}\' was not retrieved via getItem() or createItem() and cannot be released. {1}";
  45.          _loc1_["itemMissingAssociation"] = "Item added to destination: {0} is missing declared association property: {1}";
  46.          _loc1_["mergeBeforeCommit"] = "You must call merge to process incoming updates before you can commit your changes";
  47.          _loc1_["invalidRemoveDataList"] = "DataList specified in removeDataList() wasn\'t found. Error for destination \'{0}\' and list with collection id \'{1}\'.";
  48.          _loc1_["itemManagedByAnother"] = "Item with id \'{0}\' not managed by this service.  Error on destination \'{1}\'.";
  49.          _loc1_["classNotIExternalizable"] = "Class: {0} must implement IExternalizable";
  50.          _loc1_["missingReferencedIdProperty"] = "Object instance needs an mx_internal::referencedIds property inorder to be managed: {0}";
  51.          _loc1_["pageSizeNotAllowed"] = "Operation not allowed when paging is disabled.";
  52.          _loc1_["missingIdProperty"] = "Missing identity properties: {0}";
  53.          _loc1_["itemAlreadyExists"] = "Item with id \'{0}\' already exists.  Error on destination \'{1}\'";
  54.          _loc1_["collectionManagedByAnother"] = "ERROR fill(): collection specified is not managed by this service. Call release() with this collection first.";
  55.          _loc1_["alreadyResolvedConflict"] = "Attempt to resolve a Conflict that was already resolved. {0}";
  56.          return _loc1_;
  57.       }
  58.    }
  59. }
  60.  
  61.